home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista do CD-ROM 102
/
CD-ROM 102.iso
/
aplic
/
2sync
/
2SyncSetup.exe
/
halt
/
scripts
/
DefineSprite_194
/
frame_5
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-03-20
|
199 b
|
9 lines
myWidth = mask.ph._width;
myHeight = mask.ph._height;
count++;
if(myWidth != 0 and myWidth != null and myHeight != 0 and myHeight != null)
{
control.resize(myWidth,myHeight);
stop();
}